home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / graphics / drawpersp / !DrawPersp / !Run < prev    next >
Encoding:
Text File  |  1996-11-24  |  964 b   |  24 lines

  1. | !Run Obey file for DrawPersp Application
  2. Set DrawPersp$Dir <Obey$Dir>
  3. |Change the next line if you are using a different
  4. |filetype number
  5. |Set Alias$@RunType_200 Run <Obey$Dir>.!Run %%*0
  6. IconSprites <Obey$Dir>.!Sprites
  7. |Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
  8. |Run Dummy:ResFind DrawPersp
  9. |Unset Dummy$Path
  10. WimpSlot -min 400K -max 400K
  11. |Load any modules required now
  12. RMEnsure InterfaceManager 2.00 RMLoad <Obey$Dir>.Interface
  13. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  14. RMEnsure MenuUtils 0.11 RMLoad <Obey$Dir>.MenuUtils
  15. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  16. RMEnsure MessageTrans 0.06 RMLoad <Obey$Dir>.MsgTrans
  17. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  18. RMEnsure DrawFile 1.01 RMLoad <Obey$Dir>.DrawFile
  19. RMEnsure DrawFile 1.01 Error Couldn't load DrawFile Module
  20. |And check that there is still enough memory!
  21. WimpSlot -min 1560K -max 1560K
  22.  
  23. Run <DrawPersp$Dir>.!DrawPersp %*0
  24.